home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thinkin' Science - 1st & 2nd Grades
/
Thinkin' Science - First and Second Grades (Edmark)(Version 1.0)(1997).ISO
/
pc
/
dearpar
/
dpdata
/
dp.dir
/
00001_Script_1
next >
Wrap
Text File
|
1997-09-03
|
482b
|
17 lines
on enterFrame
global gWhere
if gWhere = "dp_12" then
-- hide the big video art
-- show the small video window art
set the visible of sprite 2 to FALSE
set the visible of sprite 10 to TRUE
else
-- hide the small video window art
-- show the big video art
set the visible of sprite 10 to FALSE
set the visible of sprite 2 to TRUE
end if
updateStage
-- set the mouseDownScript to empty
-- set the mouseUpScript to empty
end